home *** CD-ROM | disk | FTP | other *** search
/ Champak 103 / Vol 103.iso / games / shark_at.swf / scripts / DefineSprite_203 / frame_1 / DoAction.as
Text File  |  2010-03-13  |  122b  |  10 lines

  1. if(_root.hiscore20 < _root.score and _root.local == 1)
  2. {
  3.    _visible = 1;
  4. }
  5. else
  6. {
  7.    _visible = 0;
  8.    stop();
  9. }
  10.